The web browser does not launch or launches the incorrect URL
When you launch a WebObjects application from the command line, the application computes its own URL, launches the web browser, and enters the URL in the browser. It prints messages about the values it computes to standard output.
Check the standard output (the command-shell window) for these messages:
{
DocumentRoot = "/NextLibrary/WebServer/htdocs";
WOAdaptorURL = "http://localhost/cgi-bin/WebObjects";
}
http://localhost/
cgi-bin/
WebObjectsA simple scripted application won't run properly.
Check that the examples are installed correctly by attempting to load a static page. For example, try to load the WebObjects Home Page:
http://localhost/WebObjects/Documentation/WOHomePage.html
Check that the WebObjects adaptor is installed correctly and can run. Use your browser to open this URL (which specifies the WebObjects adaptor, but fails to specify an application name):
http://localhost/cgi-bin/WebObjects
If the adaptor is installed incorrectly or can't run, the browser will display a message like this:
404 Not Found
The requested URL /cgi-bin/WebObjects was not found on this server.
Table of Contents
Next Section